home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / ada_lrm1.zip / LRMR.PRO < prev    next >
Text File  |  1989-04-05  |  4KB  |  98 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : procedure LRM, package LRM_TYPES, package
  5. --        : MACHINE_SPECIFIC, package LRM_GLOBAL, package
  6. --        : LRM_NON_SMG, package LRM_SMG, package SMG.
  7. -- Version      : 1.0
  8. -- Author       : Esther M. Lumsdon, Programmer,
  9. --        : ReDTEA Project, Norfolk State University
  10. --        :
  11. --        : Portions of this work were sponsored by a United States
  12. --        : Army Research Grant: ARO Proposal # 25510-EL-H
  13. --        :
  14. --        : Contact:
  15. --        : George C. Harrison, PhD
  16. --        : Professor of Computer Science
  17. --        : Computer Science Department
  18. --        : Norfolk State University
  19. --        : 2401 Corprew Ave.
  20. --        : Norfolk, VA 23504
  21. --        : (804) 683-8654
  22. -- DDN Address  :
  23. -- Copyright    : (c) 1989 Esther M. Lumsdon
  24. -- Date created :  December, 1988
  25. -- Release date :  March 20, 1989
  26. -- Last update  :  March 20, 1989
  27. -- Machine/System Compiled/Run on : 
  28. --  DEC Ada version 1.5 on VAX, VMS version 4.7
  29. --  Meridian AdaVantage version 2.1 on AT, MS-DOS version 3.2
  30. --
  31. ---------------------------------------------------------------
  32. --
  33. -- Keywords     :  Ada LRM Reader
  34. --
  35. -- Abstract     :
  36. --  This compilation closure is a reader for the ANSI Ada LRM distributed
  37. --  in the SIMTEL Ada Repository. It's menu-driven. Code for 3 versions
  38. --  is distributed as follows:
  39. --  a) PC version requiring ANSI.SYS,
  40. --  b) VMS version requiring ANSI terminal,
  41. --  c) VMS version requiring VT100 or better terminal.
  42. --  The VT100 version calls VMS SMG$ system routines in package LRM_SMG.
  43. --  If you don't have both VMS and a VT100+, use package LRM_NON_SMG instead.
  44. --  Otherwise, all machine-specific code is limited to package
  45. --  MACHINE_SPECIFIC. Installation instructions are available in a .DOC
  46. --  file included with this distribution.
  47. --
  48. --  The user may read (a screen-ful at a time) the Foreword, Table of Contents,
  49. --  Postscript, Annexes, Credits, and chapters of the Ada LRM. In reading
  50. --  chapters, the user must choose an entire chapter, a section of a chapter,
  51. --  or a paragraph of a chapter to read. For example, the user may read
  52. --  section 8.3, or paragraph 8.3(17).
  53. --
  54. --  The complete set of files consists of 19 source files (for the 3
  55. --  versions of the code) and 9 data files.
  56. --  List them when named according to SIMTEL conventions, and say what
  57. --   packages and parts are inside them.
  58. --
  59. ------------------ Revision history ---------------------------
  60. --
  61. -- DATE         VERSION    AUTHOR                  HISTORY
  62. -- 03/20/89       1.0   Lumsdon                 Initial Release
  63. --
  64. ------------------ Distribution and Copyright -----------------
  65. --
  66. -- This prologue must be included in all copies of this software.
  67. --
  68. -- This software is copyright by the author.
  69. --
  70. -- This software is released to the Ada community.
  71. -- Restrictions on use or distribution:  Author Esther Lumsdon
  72. --   _must_ be given credit wherever this code is used or
  73. --   distributed. She must be listed among authors, if this code
  74. --   is modified, or included in other code. If her code is
  75. --   modified, or included in a larger work, this fact must be
  76. --   clearly indicated where credit is given.
  77. --
  78. ------------------ Disclaimer ---------------------------------
  79. --
  80. -- This software and its documentation are provided "AS IS" and
  81. -- without any expressed or implied warranties whatsoever.
  82. -- No warranties as to performance, merchantability, or fitness
  83. -- for a particular purpose exist.
  84. --
  85. -- Because of the diversity of conditions and hardware under
  86. -- which this software may be used, no warranty of fitness for
  87. -- a particular purpose is offered.  The user is advised to
  88. -- test the software thoroughly before relying on it.  The user
  89. -- must assume the entire risk and liability of using this
  90. -- software.
  91. --
  92. -- In no event shall any person or organization of people be
  93. -- held responsible for any direct, indirect, consequential
  94. -- or inconsequential damages or lost profits.
  95. --
  96. -------------------END-PROLOGUE--------------------------------
  97.  
  98.